home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / Girder / girder331c.exe / {app} / Girder.exe / 0 / RCDATA / TTREEPICKER / TTREEPICKER.txt < prev   
Text File  |  2004-05-19  |  2KB  |  86 lines

  1. object TreePicker: TTreePicker
  2.   Left = 179
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Browse'
  7.   ClientHeight = 292
  8.   ClientWidth = 328
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   FormStyle = fsStayOnTop
  12.   Icon.Data = {<image000.ico>}
  13.   OldCreateOrder = True
  14.   Position = poDefault
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 4
  23.     Top = 4
  24.     Width = 321
  25.     Height = 250
  26.     Style = bsRaised
  27.   end
  28.   object OKBtn: TButton
  29.     Left = 167
  30.     Top = 264
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.     OnClick = OKBtnClick
  38.   end
  39.   object CancelBtn: TButton
  40.     Left = 247
  41.     Top = 264
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     TabOrder = 1
  47.     OnClick = CancelBtnClick
  48.   end
  49.   object Treeview1: TRapidTree
  50.     Left = 9
  51.     Top = 7
  52.     Width = 313
  53.     Height = 241
  54.     FitToHeight = False
  55.     DoubleBuffered = False
  56.     TransparentMode = True
  57.     ColCount = 2
  58.     DefaultRowHeight = 16
  59.     RowCount = 0
  60.     FixedRows = 0
  61.     GridLineWidth = 0
  62.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  63.     TabOrder = 2
  64.     OnDblClick = Treeview1DblClick
  65.     HideSelection = False
  66.     Showlines = True
  67.     ShowRoot = True
  68.     ShowButtons = True
  69.     ShowImages = True
  70.     ShowLogic = False
  71.     Images = Form1.ImageList2
  72.     SortType = stNone
  73.     WordWrap = False
  74.     AutoMove = False
  75.     ToolTips = False
  76.     AutoExpand = False
  77.     TooltipColor = clInfoBk
  78.     ToolTipPause = 1000
  79.     StatesDrawed = True
  80.     ColWidths = (
  81.       309
  82.       75)
  83.     Data = {0400000000000000}
  84.   end
  85. end
  86.